/* ---------公用部分--------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: '微软雅黑'
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fullimg>img {
	width: 100%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.navBox {
	width: 1450px;
	margin: 0 auto;
	min-width: 1200px;
	height: 98px;
	border-bottom: 4px solid #82C901;
	z-index: 999 !important;
}

.navBox>div {
	height: 98px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navItem {
	height: 98px;
	width: 127.5px;
	position: relative;
	z-index: 999 !important;
}

.navItem>ul {
	position: absolute;
	width: 127.5px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: rgba(255, 255, 255, .5);
	padding: 14px 0;
	display: none;
}

.navItem:nth-child(4)>ul {
	width: 180px;
	left:-20px;
}

.navItem>ul>li {
	line-height: 36px;
	cursor: pointer;
}

.navItem>ul>li a{
	color: #333;
	font-size: 15px;
}

.navItem>ul>li:hover {
	background-color: rgba(255, 255, 255, .6);
}

.navTab {
	height: 94px;
	line-height: 96px;
	font-size: 20px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.navTab a{
	color: #333;
}

.navTab:hover {
	background-image: linear-gradient(to bottom, #41A1E7, #4CDA6F);
	color: #fff;
}

.active-navTab {
	background-image: linear-gradient(to bottom, #41A1E7, #4CDA6F);
	color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 50;
}

.navBox .logo {
	width: 180px;
}

.banner {
	width: 1450px;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}

.banner .title{
	position: absolute;
	color: #fff;
	bottom: 8%;
	left: 20.7%;
	font-size: 36px;
	font-weight: 100;
	display: flex;
}

.banner .title:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 90px;
	background-color: #8fc41f;
	margin-right: 25px;
	border-radius: 5px;

}

.banner .title .cn{
	font-weight: 500;
}

/* --------公用部分-------- */

.footer{
	width: 1450px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #f7f7f7;
	min-width: 1200px;
	border-top: 2px solid #8fc41f;
}

.footer .left{
	width: 500px;
}

.footer .tel{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #888;
	margin-top: 10px;
}

.footer .tel>div{
	margin-bottom: 5px;
}

.footer .tel>div>p:first-child{
	width: 96px;
	text-align: justify;
	text-align-last: justify;
	margin-right: 3px;
}

.footer .middle{
	margin-left: 40px;
	padding-top: 65px;
}

.footer select{
	height: 25px;
	outline: 0;
	border: 1px solid #dfdfdf;
	padding: 0 20px 0 5px;
	color:#888;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url("../img/bottom.png") no-repeat scroll right center;
}

.footer select:first-child{
	max-width: 165px;
}
.footer select:last-child{
	max-width: 135px;
}


.footer .middle .title{
	font-weight: bold;
	margin-bottom: 10px;
}
.yqLink {
	/* width: 345px; */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.yqLink>a{
	margin-right: 25px;
	margin-bottom: 5px;
	color: #888;
}

.yqLink>a:hover{	
	color: #8fc41f;
}

.footer .tel>div{
	display: flex;
}

.footer .right{
	margin-left: 35px;
	padding-top: 30px;
	display: flex;
}
.footer .right .qrcode p{
	font-weight: 400;
	text-align: center;
	padding-top: 0;
	color: #888;
}
.footer .right p{
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

.footer .right span{
	font-size: 14px;
	color: #888;
}

.footer .right .qrcode{
	margin-left: 10px;
}

.footerinfo{
	text-align: center;
	color: #666;
	padding-top: 25px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	letter-spacing:1px;
	padding-bottom: 30px;
	color: #888;
}
.footerinfo p {
	margin-bottom: 10px;
}
.footerinfo span{
	font-size: 14px;
}

/* --------THE END-------- */